home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 22
/
Amiga Format AFCD22 (Jan 1998, Issue 106).iso
/
-seriously_amiga-
/
shareware
/
programming
/
other
/
modemlink
/
source
/
lib
/
modemlinkapi.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-11-05
|
177b
|
11 lines
#ifndef ML_API_H
#define ML_API_H
#include <exec/ports.h>
#include "ModemLinkDevAPI.h"
BYTE ML_DoIO(struct IORequest *IOReq);
void ML_SendIO(struct IORequest *IOReq);
#endif